Skip to content

Conversation

makew0rld
Copy link

Changes in this pull request

I was not able to use cai-manifest-summary due to an issue in dist/components/Popover/Popover.js. This issue was caused by leftover process.env.NODE_ENV checks being run by the browser, which doesn't know process. This is a known issue (one, two) caused by a dependency, @floating-ui/dom.

This PR uses a fix recommended in the linked issues. I wasn't able to find an approriate variable indicating prod or dev env, so I have hardcoded it to production.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • All applicable changes have been documented
  • Any TO DO items (or similar) have been entered as GitHub issues and the link to that issue has been included in a comment

@emensch emensch force-pushed the main branch 2 times, most recently from f0bbd4e to d61dff1 Compare August 16, 2025 02:58
@KeyboardRage
Copy link

I am having the same issue, but I while using the CDN for my vanilla setup with no builds or frameworks.
https://cdn.jsdelivr.net/npm/[email protected]/+esm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants